In This Topic
Gets the collection of series objects.
Syntax
'Declaration
Public ReadOnly Property Series As System.Collections.Generic.IList(Of ChartSeriesBase(Of T))
'Usage
Dim instance As FlexChartCore(Of T)
Dim value As System.Collections.Generic.IList(Of ChartSeriesBase(Of T))
value = instance.Series
public System.Collections.Generic.IList<ChartSeriesBase<T>> Series {get;}
public read-only property Series: System.Collections.Generic.IList;
public function get Series : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<ChartSeriesBase<T*>*>* get_Series();
public:
property System.Collections.Generic.IList<ChartSeriesBase<T^>^>^ Series {
System.Collections.Generic.IList<ChartSeriesBase<T^>^>^ get();
}
See Also